home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 2003 < prev    next >
Encoding:
Text File  |  1996-08-06  |  747 b   |  23 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: EU.net!sun4nl!jwit00
  3. From: jwit00@solair1.inter.NL.net (J. de Wit)
  4. Subject: ftp script
  5. Message-ID: <DpxxG9.263@solair1.inter.NL.net>
  6. Reply-To: jwit00@solair1.inter.nl.net
  7. Organization: NLnet
  8. X-Newsreader: NN version 6.5.0 #2 (NOV)
  9. Date: Tue, 16 Apr 1996 05:48:07 GMT
  10.  
  11. Hello,
  12.  
  13. We haven a rexx script from which a ftp session is activated to another 
  14. system. It looks likes this :
  15. user
  16. put myfile 
  17. quit
  18.  
  19. On the other system the account has no password or is empty.  Still rexx is prompting for a password. So the script can't be executed from batch.
  20. What we want is rexx preventing from asking for a password, by example if it is possible to add a ctrl enter after the user has been entered ??
  21.  
  22. Thanks in advance...
  23.